home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / AUG / RP9508 / btnbar.dfm / btnbar.txt
Text File  |  1995-04-03  |  4KB  |  158 lines

  1. object BtnBarWin: TBtnBarWin
  2.   Left = 2
  3.   Top = 3
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 325
  7.   ClientWidth = 94
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object SBInsurance: TSpeedButton
  15.     Left = 4
  16.     Top = 8
  17.     Width = 84
  18.     Height = 25
  19.     GroupIndex = 1
  20.     Caption = 'Insurance'
  21.     OnClick = SBInsuranceClick
  22.   end
  23.   object SBBenefits: TSpeedButton
  24.     Left = 5
  25.     Top = 40
  26.     Width = 84
  27.     Height = 25
  28.     Hint = 'Info on Employee Benefits'
  29.     GroupIndex = 1
  30.     Caption = 'Benefits'
  31.     OnClick = SBBenefitsClick
  32.   end
  33.   object SBPolicies: TSpeedButton
  34.     Left = 4
  35.     Top = 71
  36.     Width = 84
  37.     Height = 25
  38.     Hint = 'Info on employment policies'
  39.     GroupIndex = 1
  40.     Caption = 'Policies'
  41.     OnClick = SBPoliciesClick
  42.   end
  43.   object SBBack: TSpeedButton
  44.     Left = 10
  45.     Top = 205
  46.     Width = 74
  47.     Height = 25
  48.     Hint = 'Back to main screen'
  49.     Caption = 'Back'
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = []
  54.     Glyph.Data = {
  55.       78010000424D7801000000000000760000002800000020000000100000000100
  56.       04000000000000000000120B0000120B00000000000000000000000000000000
  57.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  59.       3333333333333333333333333333333333333333333333333333333333333333
  60.       3333333333333FF3333333333333003333333333333F77F33333333333009033
  61.       333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  62.       00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  63.       000033773FF33777777733330099903333333333773FF7F33333333333009033
  64.       33333333337737F3333333333333003333333333333377333333333333333333
  65.       3333333333333333333333333333333333333333333333333333333333333333
  66.       33333333333333333333333333333333333333333333333333330000}
  67.     NumGlyphs = 2
  68.     ParentFont = False
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     OnClick = SBBackClick
  72.   end
  73.   object BBtnExit: TBitBtn
  74.     Left = 10
  75.     Top = 249
  76.     Width = 74
  77.     Height = 33
  78.     Hint = 'Exit from HR info system'
  79.     Caption = 'Exit'
  80.     TabOrder = 0
  81.     OnClick = BBtnExitClick
  82.     Glyph.Data = {
  83.       78010000424D7801000000000000760000002800000020000000100000000100
  84.       04000000000000000000120B0000120B00000000000000000000000000000000
  85.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  86.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  87.       03333377777777777F333301111111110333337F333333337F33330111111111
  88.       0333337F333333337F333301111111110333337F333333337F33330111111111
  89.       0333337F333333337F333301111111110333337F333333337F33330111111111
  90.       0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  91.       0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  92.       0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  93.       0333337F377777337F333301111111110333337F333333337F33330111111111
  94.       0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  95.     NumGlyphs = 2
  96.   end
  97.   object PnlInsurance: TPanel
  98.     Left = 4
  99.     Top = 112
  100.     Width = 87
  101.     Height = 71
  102.     TabOrder = 1
  103.     Visible = False
  104.     object SBMedIns: TSpeedButton
  105.       Left = 4
  106.       Top = 7
  107.       Width = 36
  108.       Height = 25
  109.       Caption = 'Med'
  110.       Font.Color = clBlack
  111.       Font.Height = -11
  112.       Font.Name = 'Arial'
  113.       Font.Style = []
  114.       ParentFont = False
  115.       OnClick = SBMedInsClick
  116.     end
  117.     object SBDentIns: TSpeedButton
  118.       Left = 44
  119.       Top = 7
  120.       Width = 38
  121.       Height = 25
  122.       Caption = 'Dental'
  123.       Font.Color = clBlack
  124.       Font.Height = -11
  125.       Font.Name = 'Arial'
  126.       Font.Style = []
  127.       ParentFont = False
  128.       OnClick = SBDentInsClick
  129.     end
  130.     object SBVisIns: TSpeedButton
  131.       Left = 4
  132.       Top = 35
  133.       Width = 36
  134.       Height = 25
  135.       Caption = 'Vision'
  136.       Font.Color = clBlack
  137.       Font.Height = -11
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       OnClick = SBVisInsClick
  142.     end
  143.     object SBLifeIns: TSpeedButton
  144.       Left = 44
  145.       Top = 36
  146.       Width = 38
  147.       Height = 25
  148.       Caption = 'Life'
  149.       Font.Color = clBlack
  150.       Font.Height = -11
  151.       Font.Name = 'Arial'
  152.       Font.Style = []
  153.       ParentFont = False
  154.       OnClick = SBLifeInsClick
  155.     end
  156.   end
  157. end
  158.